[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto skywatched.app
0

Configure Feed

Select the types of activity you want to include in your feed.

skywatched / src / routes / win / [counter] / +page.svelte
389 B 12 lines
1<script lang="ts"> 2 import Logo from '$lib/Components/UI/Logo.svelte'; 3</script> 4 5<div class="flex min-h-screen flex-col items-center justify-center px-6 py-12 lg:px-8"> 6 <div class="sm:mx-auto sm:w-full sm:max-w-sm"> 7 <Logo class="mx-auto size-10" /> 8 <h2 class="mt-10 text-center text-2xl/9 font-bold tracking-tight text-white"> 9 You have Won. Congratulations 10 </h2> 11 </div> 12</div>